home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / perl-5.003-complete / fsf / perl / os2 / diff.db_file < prev    next >
Encoding:
Text File  |  1996-01-23  |  321 b   |  16 lines

  1. *** ext/DB_File/db_file.xs~    Tue Nov 14 11:14:36 1995
  2. --- ext/DB_File/DB_File.xs    Tue Dec 19 00:50:52 1995
  3. ***************
  4. *** 424,429 ****
  5. --- 424,433 ----
  6.       }
  7.   
  8.   
  9. + #ifdef __EMX__
  10. +     flags |= O_BINARY;
  11. + #endif /* __EMX__ */
  12.       RETVAL->dbp = dbopen(name, flags, mode, RETVAL->type, openinfo) ; 
  13.   
  14.   #if 0
  15.